Converting double[][] in to float[][]

Posted by cer_albastru on Stack Overflow See other posts from Stack Overflow or by cer_albastru
Published on 2010-04-28T21:39:52Z Indexed on 2010/04/28 21:57 UTC
Read the original article Hit count: 147

Filed under:

Hi,

I was wondering if there is a way of converting a double [][] in to a float[][] in Java? I currently have a for loop in my code that does this and am looking for a better and cleaner way.

Any ideas would be appreciated, Thanks,

© Stack Overflow or respective owner

Related posts about java